{$CLEO .cs}

wait 10

:1
repeat
wait 0 

until $onmission == 0 
marker.CreateIconWithoutSphere(0@, 37, 9705.9600, 8062.0860, 55.3805)
marker.CreateIconWithoutSphere(1@, 37,   8167.1090, -7789.8440 ,4.9371)
08A8: set_markers_to_long_distance 1
07BF: set_marker 0@ tracking_blip 1
07BF: set_marker 1@ tracking_blip 1
018B: set_marker 0@ radar_mode 2
018B: set_marker 1@ radar_mode 2



while true
wait 0 
            if and
            $onmission == 0 
            0102:   actor $PLAYER_ACTOR in_sphere 9705.9600 8062.0860 55.3805 radius 3.2 3.2 3.0 sphere 1 stopped_on_foot
            then
            0A94: start_custom_mission "lc\spying bobby" 
            break
            end
             if and
            $onmission == 0 
            0102:   actor $PLAYER_ACTOR in_sphere 8167.1090 -7789.8440 4.9371 radius 3.2 3.2 3.0 sphere 1 stopped_on_foot
            then
            0A94: start_custom_mission "vc\trajon beach" 
            break
            end
end
marker.Disable(0@)
marker.Disable(1@)
jump @1